github.com/andybalholm/brotli.histogramCommand.total_count_ (field)

14 uses

	github.com/andybalholm/brotli (current package)
		bit_cost.go#L182: 	if histogram.total_count_ == 0 {
		bit_cost.go#L201: 		return kTwoSymbolHistogramCost + float64(histogram.total_count_)
		bit_cost.go#L243: 		var log2total float64 = fastLog2(histogram.total_count_)
		block_splitter_command.go#L76: 		insert_cost[i] = fastLog2(uint(uint32(histograms[i].total_count_)))
		brotli_bit_stream.go#L1493: 		buildAndStoreHuffmanTreeFast(cmd_histo.data_[:], cmd_histo.total_count_, /* max_bits = */
		cluster_command.go#L34: 	if out[idx1].total_count_ == 0 {
		cluster_command.go#L37: 	} else if out[idx2].total_count_ == 0 {
		cluster_command.go#L157: 	if histogram.total_count_ == 0 {
		histogram.go#L59: 	total_count_ uint
		histogram.go#L65: 	self.total_count_ = 0
		histogram.go#L78: 	self.total_count_++
		histogram.go#L82: 	self.total_count_ += n
		histogram.go#L96: 	self.total_count_ += v.total_count_